Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / CopyTo Method / CopyTo(Placement3D,List<Placement3D>) Method
New parent of the copied objects.
Objects to copy

In This Topic
    CopyTo(Placement3D,List<Placement3D>) Method
    In This Topic
    Copies 3D placements.
    The Placement3D objects and their children will be copied to the project of "newParent". Then the parent of the copied objects will be set to "newParent".
    Syntax

    Parameters

    Parameter NameDescription
    newParentNew parent of the copied objects.
    listObjectsObjects to copy

    Return Value

    List of the new placements
    See Also